home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / NetFeed 1.01 / Script < prev    next >
Text File  |  1991-02-10  |  809b  |  29 lines

  1. #first connection try...
  2. #dial hayes-modem @ 2400 baud:
  3. # 1: 0=None   Parity
  4. #    1=Odd
  5. #    2=Even
  6. # 2: 0=1      Stop-bits
  7. #    1=2
  8. #    2=1.5
  9. # 3: 0=7 bit  Word size
  10. #    1=8 bit
  11. #    2=5 bit
  12. #    3=6 bit
  13. #
  14. #
  15. #2nd connection trial!
  16. #same thing but added step of going thru the Network Interface Unit (ick!)
  17. #script ends with \x as always...
  18. #
  19. *Merit-MTU
  20. \dATDT4871517@2400,2,0,0 \w20CONNECT \r \r \r \r \r \r \stelnet 141.211.164.8 119 \w30200 \x
  21. #
  22. #Wait 20 secs for CONNECT, send 6 CR's
  23. # then send the telnet command to merit for terminator.cc.umich.edu 119
  24. # then wait 30 secs for string "200" which is the NNTP code for "I'm Ready!"
  25. #\x command is the end
  26. #
  27. *NIU->Merit #1
  28. \dATDT487-1530@2400,2,0,0 \w20CONNECT \r \r \r \w15NIU \scme \w10^R \r \r \r \w10% \r \r \r \stelnet 141.211.164.8 119 \w30200 \x
  29.